home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Programming / Python-1.4 / Python1.4_Source / Objects / protos / object_protos.h < prev    next >
Text File  |  1996-12-15  |  106b  |  5 lines

  1.  
  2. /* object.c */
  3. static object *do_cmp ( object *v , object *w );
  4. static object *none_repr ( object *op );
  5.